Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(textinput): onKeyUp/Down not forwarded #4385

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Conversation

vincentaudebert
Copy link
Contributor

Summary

Type

  • Bug

Summarise concisely:

What is expected?

forward onKeyUp/onKeyDown to TextInput

The following changes where made:

(Describe what you did)

Relevant logs and/or screenshots

Page Before After
url screenshot screenshot
url screenshot screenshot

Copy link

changeset-bot bot commented Oct 23, 2024

🦋 Changeset detected

Latest commit: 2488e1a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@ultraviolet/form Patch
@ultraviolet/ui Patch
@ultraviolet/plus Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.88%. Comparing base (842279d) to head (0b44e9a).
Report is 14 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4385      +/-   ##
==========================================
+ Coverage   86.76%   86.88%   +0.11%     
==========================================
  Files         318      322       +4     
  Lines       11640    11745     +105     
  Branches     3231     3250      +19     
==========================================
+ Hits        10100    10205     +105     
  Misses       1540     1540              
Files with missing lines Coverage Δ
...ges/form/src/components/TextInputFieldV2/index.tsx 91.66% <ø> (ø)
packages/ui/src/components/TextInputV2/index.tsx 89.34% <ø> (ø)

... and 6 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 842279d...0b44e9a. Read the comment docs.

.changeset/gorgeous-plants-reflect.md Outdated Show resolved Hide resolved
@vincentaudebert vincentaudebert merged commit d203ee4 into main Oct 28, 2024
9 checks passed
@vincentaudebert vincentaudebert deleted the fix/onkeyup-down branch October 28, 2024 09:58
@scaleway-bot scaleway-bot mentioned this pull request Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants